CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 分割 算法

搜索资源列表

  1. MATLAB实现图像分割otsuf 源程序代码

    0下载:
  2. 本程序,直接用MATLAB实现otsuf算法,并使用此算法对经典图像进行分割。(This procedure, directly with MATLAB to achieve otsuf algorithm, and use this algorithm to segment the classic image.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:491520
    • 提供者:王克贤
  1. 遗传算法Otsu

    4下载:
  2. 基于遗传算法的图像分割,大津算法,图像分割(Image segmentation based on genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:103424
    • 提供者:KGfive
  1. 基于遗传算法的最大熵值法的双阈值图像分割

    0下载:
  2. 基于遗传算法的最大熵值法的双阈值图像分割(Double threshold image segmentation based on maximum entropy method based on genetic algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:杰克刘
  1. GeodesicActiveContour

    0下载:
  2. 包含几个分割效果比较好的算法程序,主流的水平集分割算法,分割效率高。(Contains several good segmentation results of algorithm program, the mainstream of level set segmentation algorithm, segmentation of high efficiency.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:16384
    • 提供者:雪妮
  1. 图像分割

    0下载:
  2. 该文档包含多个图像分割的经典算法有:区域生长的图像分割程序,基于遗传算法的图像分割,大津算法,迭代法等(The document contains a number of image segmentation of the classic algorithms are: regional growth of the image segmentation program, based on genetic algorithm image segmentation, Ozu algorithm, i
  3. 所属分类:文章/文档

    • 发布日期:2017-12-18
    • 文件大小:529408
    • 提供者:晴天雨
  1. C#数字图像处理算法典型

    0下载:
  2. 图像处理的基本算法汇总 , 灰度化 , 点运算 , 几何运算 , 边缘检测 , 平滑去噪 ,图像分割 ,彩色图像处理等 . C#语言编写的图像处理算法集合 .(Image processing of the basic algorithm, summary, grayscale, point calculation, geometric operations, edge detection, smoothing denoising, image segmentation, color image
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:18161664
    • 提供者:无花果周
  1. 935828160Demo2

    0下载:
  2. snake主动轮廓 实现图像分割 算法准确(Snake active contour)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:听听11
  1. 5

    0下载:
  2. 5基于快速谱聚类的图像分割算法 5 image segmentation algorithm based on fast spectral clustering(5 image segmentation algorithm based on fast spectral clustering)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:752640
    • 提供者:changsha15
  1. fisher

    1下载:
  2. fisher图像分割算法的实现,使得分割更精确(Implementation of Fisher image segmentation algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:18432
    • 提供者:郅韬
  1. pangyuteng-caserel-bb0865d

    0下载:
  2. 基于图理论动态规划算法的OCT图像边界分割算法,边界提取效果好(OCT image boundary segmentation algorithm based on graph theory and dynamic programming algorithm, the boundary extraction effect is good)
  3. 所属分类:图形图象

    • 发布日期:2017-12-27
    • 文件大小:867328
    • 提供者:上上之道
  1. 求平均距离算法、水算法、梯度算法

    0下载:
  2. 使用matlab的分水岭算法对骨关节图像进行分割,基于梯度下降的方法进行优化(The MATLAB watershed algorithm is used to segment the bone and joint images, and the gradient descent method is used to optimize the segmentation)
  3. 所属分类:matlab例程

  1. ostu图像分割阈值算法matlab源程序

    0下载:
  2. 实现视频前景目标提取,监控视频的提取,图像分割(Implementation of video foreground target extraction)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:167936
    • 提供者:云凡
  1. 分水岭_算法

    0下载:
  2. 分水岭的计算过程是一个迭代标注过程。分水岭比较经典的计算方法是L. Vincent提出的。在该算法中,分水岭计算分两个步骤,一个是排序过程,一个是淹没过程。首先对每个像素的灰度级进行从低到高排序,然后在从低到高实现淹没过程中,对每一个局部极小值在h阶高度的影响域采用先进先出(FIFO)结构进行判断及标注。(The watershed computation process is an iterative annotation procedure. Watershed comparison, th
  3. 所属分类:图形图象

    • 发布日期:2017-12-27
    • 文件大小:5120
    • 提供者:睡袋
  1. 【77】分水岭算法

    0下载:
  2. 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。(Watershed segmentation method, a segme
  3. 所属分类:图形图像处理

  1. 聚类算法在图像分割中的应用

    1下载:
  2. MATLAB程序/聚类算法在图像分割中的应用/主要用于图像聚类(MATLAB/clustering algorithm is used in image segmentation for image clustering)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:7168
    • 提供者:HKJWJY
  1. FCM图像分割效果不好

    1下载:
  2. 使用FCM算法进行图像分割,大量源代码找作者获得,效果一般般(The use of FCM algorithm for image segmentation, a large number of source code to find the author, the general effect)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:90112
    • 提供者:niuzhanhua
  1. Boykov的GraphCut算法

    0下载:
  2. Boykov的GraphCut算法 Graph cuts是一种十分有用和流行的能量优化算法,在计算机视觉领域普遍应用于前背景分割(Image segmentation)、立体视觉(stereo vision)、抠图(Image matting)等。(Boykov GraphCut As applied in the field of computer vision, graph cuts can be employed to efficiently solve a wide var
  3. 所属分类:图形图象

    • 发布日期:2017-12-26
    • 文件大小:67584
    • 提供者:sudohello
  1. 2Watershed

    0下载:
  2. 分水岭分割算法是实现高分辨率遥感影像的分割。里面有各个详细的函数,可直接运行(To achieve remote sensing image segmentation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-30
    • 文件大小:71351296
    • 提供者:海燕monica88
  1. 分割代码

    0下载:
  2. 本人最近正在研究三维点云库pcl,可以说三位点云图像处理未来的应用前景非常广阔,因此愿意与各位感兴趣的朋友一起探讨.此程序是本人最近最近感兴趣的三维点云分割程序,通过区域增长算法将三维点云实现较好分割。源程序来自POINT CLOUD LIBRARY外文官方网站,运行此程序需提前配置好pcl点云库。(I was recently on the 3D point cloud library PCL, it can be said that the three sites of cloud imag
  3. 所属分类:3D图形编程

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:七品官人
  1. 图像分割

    0下载:
  2. 将图像进行区域划分的过程叫做图像分割。图像分割常用的算法包括边缘检测、阈值分割和数学形态学等算法。(The process of image segmentation is called image segmentation. Image segmentation commonly used algorithms include edge detection, threshold segmentation and mathematical morphology and other algorit
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-02
    • 文件大小:11264
    • 提供者:peiili
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com